Crate oxc_diagnostics
source ·Expand description
Diagnostics Wrapper
Exports miette
Structs§
- Theme used by
GraphicalReportHandler
to render fancyDiagnostic
reports. - A labeled
SourceSpan
. - Utility struct for when you have a regular
SourceCode
type that doesn’t implementname
. For exampleString
. Or if you want to override thename
returned by theSourceCode
.